$Id: README,v 1.8 1998/08/05 18:05:47 ericb Exp $
Copyright (C) 1996 - 1998, Hewlett-Packard Company, all rights reserved.
Written by Eric Backus

This is the README file for E1432 demo directory.

This directory contains some demonstration programs for the E1432 VXI
module.  The programs in this directory are all fairly small, but they
should allow the user to see some of the capabilities of the E1432
module.

The files in this directory are:

Makefile	A Unix Makefile which can be used to compile all of
		the programs in this directory.

README		The file you are reading now.

at_tach.c	Demonstrates order tracking with "resample at tach
		times".  This is slightly more complicated than the
		order.c demo, so if you're new at order tracking look
		at order.c first.  The top of this file explains the
		setup that should be used when running the demo.

at_tach2.c	Similar to at_tach.c, but works with two modules
		instead of just one.  The top of this file explains
		the setup that should be used when running the demo.

fft.c		A program demonstrating the FFT capability of the
		E1432 module.  It displays both time and frequency
		data for each input channel.

llib-lxplot.ln	Unix lint library for the xplot.a library.

order.c		A program which shows the E1432 resampling data to
		track the RPM of a tach signal.  The top of this file
		explains the setup that should be used when running
		the demo.

order2.c	A program similar to order.c, but which does
		resampling with more than one E1432 module.  The top
		of this file explains the setup that should be used
		when running the demo.

orderfft.c	A program similar to order.c, but which also does FFTs
		of the resampled data, providing order spectra for the
		input channels.  The top of this file explains the
		setup that should be used when running the demo.

rpmtrig.c	A program demonstrating RPM arming with an E1432
		module.  The top of this file explains the setup that
		should be used when running the demo.

rpmtrig2.c	A program demonstrating RPM arming with more than one
		E1432 module.  The top of this file explains the setup
		that should be used when running the demo.

semascope.c	Demonstrates a simple auto-arm, auto-trigger
		time-domain measurement.  This makes a nice
		"warm-fuzzy" test that the E143x software is installed
		properly and your E143x hardware is working.  Use
		"./semascope -u" for info on command-line options.

semascope3.c	Similar to semascope.c, but this also turns on source
		channels.  Use "./semascope3 -u" for info on
		command-line options.

xplot.a		A library which plots data in an X11 window, used by
		all of the demo programs.

xplot.h		Include file for xplot.a.

zoom.c		Demonstrates zoom on E143x modules.  This shows how to
		set up for zoom, and how to read out zoomed time
		and/or frequency data.
